Visual Basic Scripting Edition - traduction vers Anglais
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Visual Basic Scripting Edition - traduction vers Anglais

SCRIPT PROGRAMMING LANGUAGE
VBScript programming language; VBScript (programming language); Vbscript; Visual Basic Script; Visual Basic Scripting; Visual Basic Script Edition; .vbs; VB Script; VBSCRIPT; VB script; VbScript; VBscript; Visual Basic Scripting Edition; VBS Script; VBSScript
  • 48px

Visual Basic Scripting Edition         
Visual Basic Scripting Edition, Programmiersprache von Microsoft entwickelt auf Visual Basic basierend und vom Internet Explorer Browser untersützt (ermöglicht Java-ähnliche Anwendungen)
visual BASIC         
WIKIMEDIA DISAMBIGUATION PAGE
Visual Basic programming language; Visual BASIC; Visual basic; Microsoft Visual Basic; VisualBasic; MSVB; Vbasic; Microsoft Visual BASIC; VBP; History of Visual Basic; VBLang; Visual Basic (disambiguation); VB language
eine Programmiersprache zur Erstellung von Applikationen in "Windows"
revised edition         
  • Tristram Shandy]]
  • Title-page illustration by [[Hammatt Billings]] for ''[[Uncle Tom's Cabin]]'', First Edition: Boston: [[John P. Jewett]] and Company, 1852
SPECIFIC VERSION OF A WORK, RESULTING FROM ITS EDITION, ADAPTATION, OR TRANSLATION; SET OF SUBSTANTIALLY SIMILAR COPIES OF A WORK
Revised Edition; First Edition; First edition; Published edition; Edition (books); 1st edition; 1st Edition; Republication; Republished; Republish; Printing (edition); Printing (issue); Printing (batch); Printing (run); Edition, with large additions; Definitive edition; First edition, thus; 1st edition, thus; First thus; 1st thus; International edition; Revised edition; Print-run
verbesserte Auflage (zusätzliche Ausgabe, ohne Fehler)

Définition

Visual BASIC Script
<language> (VBScript) Microsoft's scripting language which is an extension of their Visual Basic language. VBScript can be used with Microsoft Office applications and others. It can also be embedded in web pages but can only be understood by Internet Explorer. Visual Basic is a BASIC variant with object-oriented features. Objects include applications, windows and selections. [Relationship with ASP? VBA?] (1998-07-05)

Wikipédia

VBScript

VBScript ("Microsoft Visual Basic Scripting Edition") is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It allows Microsoft Windows system administrators to generate powerful tools for managing computers without error handling and with subroutines and other advanced programming constructs. It can give the user complete control over many aspects of their computing environment.

VBScript uses the Component Object Model to access elements of the environment within which it is running; for example, the FileSystemObject (FSO) is used to create, read, update and delete files. VBScript has been installed by default in every desktop release of Microsoft Windows since Windows 98; in Windows Server since Windows NT 4.0 Option Pack; and optionally with Windows CE (depending on the device it is installed on).

A VBScript script must be executed within a host environment, of which there are several provided with Microsoft Windows, including: Windows Script Host (WSH), Internet Explorer (IE), and Internet Information Services (IIS). Additionally, the VBScript hosting environment is embeddable in other programs, through technologies such as the Microsoft Script Control (msscript.ocx).